html {
	-webkit-text-size-adjust: none;
}

body {
	font: 12px/1.5em Tahoma, Arial, '\5b8b\4f53', sans-serif;
	word-break: break-all;
	word-wrap: break-word;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, button, textarea, p, blockquote, th, td
	{
	margin: 0;
	padding: 0
}

fieldset, img {
	border: 0
}

:focus {
	outline: 0
}

address, caption, cite, code, dfn, em, var, optgroup {
	font-style: normal;
	font-weight: normal
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}

abbr, acronym {
	border: 0;
	font-variant: normal
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

code, kbd, samp, tt {
	font-size: 100%
}

input, button, textarea, select {
	*font-size: 100%
}

body {
	line-height: 1.5
}

ol, ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption, th {
	text-align: left
}

sup, sub {
	font-size: 100%;
	vertical-align: baseline
}

ins {
	text-decoration: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

article, aside, footer, header, nav, section {
	display: block;
}

details, dialog, output, time {
	display: inline;
}

/*----------------------------------------   登录页  ---------------------------------------- */
.m-width {
	width: 100%;
	height:80%;
	margin: 0 auto;
}

.m-green {
	color: #006F64 !important;
}

.m-center {
	text-align: center !important;
}

.study-btn {
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #f47808;
	border-bottom: 2px solid #d06607;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
}

.study-btn:hover {
	text-decoration: none;
	background: #f8851c;
}

.loginPage {
	height: 100%;
	position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
	background: url(../images/login.jpg) no-repeat center center fixed;
}

.loginPage-ctn {
	width: 320px;
	position: absolute;
	top: 30px;
	right: 75px;
}

.loginPage-ctn .hd {
	padding: 30px 35px;
	background: #006F64;
}

.loginPage-ctn .hd h2 {
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

.loginPage-ctn .hd h2 span {
	background: url(../images/ico-person.png) no-repeat left
		center;
	padding-left: 35px;
}

.loginPage-ctn .ipt_box {
	height: 25px;
	background: #fdfcf9;
	border-radius: 5px;
	padding: 5px 10px 5px 0;
	position: relative;
}

.loginPage-ctn .ipt_box1 {
	height: 25px;
	background: #fdfcf9;
	border-radius: 5px;
	padding: 25px 20px 25px 0;
	position: relative;
}

.loginPage-ctn .name {
	float: left;
	font-size: 15px;
	color: #006F64;
	display: inline-block;
	width: 66px;
	line-height: 25px;
	text-align: center;
	border-right: 1px solid #006F64;
}

.loginPage-ctn input {
	float: left;
	padding: 2px 5px;
	*padding: 5px;
	border: 0;
	font-size: 14px;
	color: #5f5f5f;
	display: inline-block;
}

.loginPage-ctn .bd {
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	padding: 20px 0;
}

/*---------------------------------------- size ---------------------------------------- */
.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

.font26 {
	font-size: 26px;
}

.yahei, .font_yahei {
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti,
		MingLiu, sans-serif;
}

/*----------------------------------------  clear ---------------------------------------- */
.clear {
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0;
	line-height: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

.top-1,.top_space-1{ 
	margin-top:-1px !important;
}

.top5,.top_space5{ 
	margin-top:5px !important;
}

.top10,.top_space10{ 
	margin-top:10px !important;
}

.top20,.top_space20{ 
	margin-top:20px !important;
}

.bottom5 {
	margin-bottom: 5px !important;
}

.bottom10 {
	margin-bottom: 10px !important;
}

.bottom20 {
	margin-bottom: 20px !important;
}

.left5 {
	margin-left: 5px !important;
}

.left10 {
	margin-left: 10px !important;
}

.left20 {
	margin-left: 20px !important;
}

.right5 {
	margin-right: 5px !important;
}

.right10 {
	margin-right: 10px !important;
}

.right20 {
	margin-right: 20px !important;
}

.top30 {
	margin-top: 30px !important;
}

.study-btn {
	display: inline-block;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #f47808;
	border-bottom: 2px solid #d06607;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
}

.study-btn:hover {
	text-decoration: none;
	background: #f8851c;
	color: #fff;
}

a {
	text-decoration: none;
	font-size: 15px;
}

.passcode {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 36px;
	border-left: solid 1px #ddd;
	text-align: center;
	line-height: 36px;
	border-radius: 0 4px 4px 0;
}